home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / netbsd / contrib / adduser-1.2.readme < prev    next >
Text File  |  1995-12-26  |  2KB  |  47 lines

  1. Descr:  Quick & dirty adduser/deluser, requires perl4.
  2. Author: Hubert Feyrer <hubert.feyrer@rz.uni-regensburg.de>
  3. Uploader: Hubert Feyrer <hubert.feyrer@rz.uni-regensburg.de>
  4.  
  5. adduser/deluser
  6. ~~~~~~~~~~~~~~~
  7.  
  8. Several people have asked me for my adduser-script which I used when I
  9. still had dusk up on the net. Well, these times have passed, but
  10. finally I got my hands on dusk again and here is my adduser- and my
  11. deluser-script. 
  12.  
  13. Version 1.2 also works with perl5. :-)
  14.  
  15.  
  16. Things you might want to change:
  17. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  18.  
  19. adduser:
  20.     $DEFAULT_GROUP="guest";        # What group people should get in
  21.     $MIN_UID=1000;            # Lowest possible uid
  22.     $MAX_UID=9000;            # Highest UID, <32765
  23.     $HOMEBASE="/home/dusk";        # Where people's homes are
  24.  
  25. deluser:
  26.     $HOMEBASE="/home/dusk";        # Where people's homes are
  27.  
  28.  
  29. There's also a usage-description at the head of each file, please
  30. check this out. If you want to keep people's location in your
  31. passwd-file rather than their email-address, just give it instead, as
  32. this is just copied into the passwd's appropriate field. :)
  33.  
  34.  
  35. Have fun!
  36.  
  37.     Hubert
  38.  
  39. P.S.: Almost forgot: if you want to provide your users with some
  40.       startup-files (.cshrc, ...), copy them to /etc/skel.
  41.  
  42. =============== Hubert Feyrer ============================================
  43.       Weekdays: Rennerstr. 19, D-93053 Regensburg, Tel. 0941/943-2905
  44.       Weekends: Bachstr. 40,   D-84066 Mallersdorf, Tel. 08772/6084
  45.       Internet: hubert.feyrer@rz.uni-regensburg.de, IRC: hubertf
  46. ==========================================================================
  47.